home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1998 December / cd joystick no99 decembre 1998.iso / Data / WIN95 / UTIL / memv197.exe / Memv1.97.exe / 0 / RCDATA / TVIEWINFOS / TVIEWINFOS.txt
Encoding:
Text File  |  1998-10-23  |  864 b   |  43 lines

  1. object ViewInfos: TViewInfos
  2.   Left = 428
  3.   Top = 138
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'View Infos'
  7.   ClientHeight = 254
  8.   ClientWidth = 217
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnHide = FormHide
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Memo1: TMemo
  20.     Left = 8
  21.     Top = 8
  22.     Width = 201
  23.     Height = 209
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ParentFont = False
  30.     ScrollBars = ssVertical
  31.     TabOrder = 0
  32.   end
  33.   object Button1: TButton
  34.     Left = 72
  35.     Top = 224
  36.     Width = 75
  37.     Height = 25
  38.     Caption = '&Ok'
  39.     TabOrder = 1
  40.     OnClick = Button1Click
  41.   end
  42. end
  43.